Card Entry
-
Lets the application collect card information from the customer. If the card information entered is valid, a card nonce will be provided to the
See moredelegate
.Declaration
Objective-C
@interface SQIPCardEntryViewController : UIViewController
-
Encapsulates options used to style SQIPCardEntryViewController.
See moreDeclaration
Objective-C
@interface SQIPTheme : NSObject <NSCopying>
-
The delegate of a
See moreSQIPCardEntryViewController
instance must adopt theSQIPCardEntryViewControllerDelegate
protocol.Declaration
Objective-C
@protocol SQIPCardEntryViewControllerDelegate
-
Indicates the result of card entry.
See moreDeclaration
Objective-C
enum SQIPCardEntryCompletionStatus : NSUInteger {}